Skip to content

Instantly share code, notes, and snippets.

@wolfcito
wolfcito / gist:283f9174cc132d7adcd8f1874068478f
Created February 28, 2026 01:55
Flujo PM → Architect → Dev → QA
ROLE: Actúa como un “BMAD Pod” (PM + Architect + Dev + QA) coordinado por un Tech Lead.
Sé breve, preciso y orientado a entrega.
OBJETIVO:
<describe en 1 frase lo que necesito>
CONTEXTO (mínimo):
- Repo/stack: <Next.js/TS/etc.>
- Restricciones: <no nuevas deps | mantener API | performance | seguridad>
- Archivos permitidos (scope): <lista o carpeta>
@jampajeen
jampajeen / gist:d19f36a7309d0ead0e1f9735a26d66f3
Created January 12, 2021 15:35
Disable/Enable Mac OSX sleep on lid closed
# disable sleep
sudo pmset -b sleep 0; sudo pmset -b disablesleep 1
# re-enable sleep
sudo pmset -b sleep 5; sudo pmset -b disablesleep 0
@pb111
pb111 / Data Visualization with Matplotlib.ipynb
Created January 17, 2019 14:58
Data Visualization with Matplotlib Project
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@metrafonic
metrafonic / gist:039ddd1b33819dcec073
Created February 18, 2015 07:17
Make gradlew executable
git update-index --chmod=+x gradlew
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active February 28, 2026 01:46
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.

How to use this script:

  1. Accept a quest under the Quests tab
  2. Press Ctrl+Shift+I to open DevTools
  3. Go to the Console tab
  4. Paste the following code and hit enter:
@abhinav
abhinav / userChrome.css
Last active February 28, 2026 01:44
Firefox Hide native tab bar if Sidebery is enabled
/*
This is a userChrome for Firefox
that hides the native tab bar,
but only if the Sidebery bar is enabled.
Instructions:
1. Enable loading of userChrome in Firefox:
1.1 Go to about:config
1.2 Search for toolkit.legacyUserProfileCustomizations.stylesheets
@LazerLance777
LazerLance777 / openclaw-max-fix-README.md
Created February 27, 2026 19:14
Fix: OpenClaw + Claude Max/Pro setup-token 401 Unauthorized

Fix: OpenClaw + Claude Max/Pro Setup-Token (401 Unauthorized)

The Problem

OpenClaw's setup-token authentication (for Claude Max/Pro subscriptions) fails with HTTP 401 at runtime, even though the auth probe passes. This is tracked in openclaw/openclaw#23538.

Root Cause

The issue is in @mariozechner/pi-ai's Anthropic provider (node_modules/@mariozechner/pi-ai/dist/providers/anthropic.js).

@Adammatthiesen
Adammatthiesen / authentik.env
Last active February 28, 2026 01:39
A Compilation of useful Portainer Stack Scripts I've been collecting
PG_PASS=SOME-LONG-SECRET
AUTHENTIK_SECRET_KEY=SOME-LONG-SECRET
AUTHENTIK_ERROR_REPORTING__ENABLED=true
COMPOSE_PORT_HTTP=8080
COMPOSE_PORT_HTTPS=8443
ATHENTIK_TAG=2023.10.4
AUTHENTIK_EMAIL__HOST=<smtp.yourhost.com>
AUTHENTIK_EMAIL__PORT=587
AUTHENTIK_EMAIL__USERNAME=<email@domain.com or specified username>
AUTHENTIK_EMAIL__PASSWORD=<password>
@mberman84
mberman84 / prompts.md
Last active February 28, 2026 01:38
Prompts

OpenClaw: Extracted Prompts (Generalized)

22 copy/paste-ready prompts for building your own AI agent system. Each prompt builds a functional system or implements a proven best practice you can hand to an AI coding assistant.

Replace placeholders like <your-workspace>, <your-messaging-platform>, and <your-model> with your own values.


1. Personal CRM

Opencode plugin development guide

Generated with LLM assistance on 2 Nov 2025 with minimal human verification.

Overview

Opencode plugins extend the functionality of the Opencode AI assistant by allowing you to add custom tools, authentication providers, event handlers, and hooks into the core system. This guide covers how to create, configure, and distribute plugins.

Source files: